Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryReader Class / Read Method / Read(Byte[],Int32,Int32) Method

In This Topic
    Read(Byte[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Read( _
       ByVal buffer() As System.Byte, _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Integer
    public virtual System.int Read( 
       System.byte[] buffer,
       System.int index,
       System.int count
    )

    Parameters

    buffer
    index
    count
    See Also